runtime.profBuf.write (method)
8 uses
runtime (current package)
cpuprof.go#L88: cpuprof.log.write(nil, nanotime(), hdr[:], nil)
cpuprof.go#L122: cpuprof.log.write(tagPtr, nanotime(), hdr[:], stk)
cpuprof.go#L171: p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
cpuprof.go#L183: p.log.write(nil, 0, hdr[:], lostStk[:])
cpuprof.go#L193: p.log.write(nil, 0, hdr[:], lostStk[:])
profbuf.go#L303: func (b *profBuf) write(tagPtr *unsafe.Pointer, now int64, hdr []uint64, stk []uintptr) {
profbuf.go#L319: b.write(nil, int64(time), nil, stk[:])
trace.go#L884: log.write(nil, int64(now), hdr[:], stk)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |